Package | Description |
---|---|
unipi.bpm.elm.santeramo.controller |
Modifier and Type | Field and Description |
---|---|
private EventLogsManagerView |
EventLogsManagerController.elmView
The
EventLogManagerView element
that represents the View of the application. |
private EventLogsManagerView |
EditorManager.elmView
The
EventLogsManagerView element
that represents the View of the application managed
by the Controller. |
private EventLogsManagerView |
AnalysisManager.elmView
The
EventLogsManagerView element
that represents the View of the application managed
by the Controller. |
Modifier and Type | Method and Description |
---|---|
EventLogsManagerView |
EventLogsManagerController.getView()
This method returns the
EventLogsManagerView EventLogsManagerController.elmView element. |
Constructor and Description |
---|
EventLogsManagerController(EventLogsManagerView elmView,
EventLogsManagerModel elmModel)
Constructs a new
EventLogMangerController , with the View and
the Model to manage. |